'Declaration Public Overloads Shared Function CompositeTargetProcessing<TTargetThe type of the target.>( _
ByVal processingCommandThe processing command.As IProcessingCommand(Of TTarget) _
) As CompositeTargetProcessingExecutor(Of TTarget) (Of TTargetThe type of the target.)
public static CompositeTargetProcessingExecutor<TTarget> CompositeTargetProcessing<TTarget>(
IProcessingCommand<TTarget> processingCommand
)
public: static CompositeTargetProcessingExecutor<TTarget*>* CompositeTargetProcessing<TTarget>(
IProcessingCommand<TTarget*>* processingCommand
)
generic<typename TTarget> public:
static CompositeTargetProcessingExecutor<TTarget^>^ CompositeTargetProcessing(
IProcessingCommand<TTarget^>^ processingCommand
)
Parameters
- processingCommand
- The processing command.
Type Parameters
- TTarget
- The type of the target.
Return Value
New instance of CompositeTargetProcessingExecutor<TTarget> class.